Version

PieChart<T> Class Members

The following tables list the members exposed by PieChart<T>.

Public Constructors
 NameDescription
Public ConstructorPieChart<T> ConstructorInitializes a new instance of the pie chart.  
Public Properties
 NameDescription
Public PropertyModelStores configuration information for a PieChartBase. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public Methods
 NameDescription
Public MethodAllowSliceExplosionSets whether the slices can be exploded.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodAllowSliceSelectionSets whether the slices can be selected.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodBrushesOverloaded. the chart brushes  
Public MethodDataBindPerforms databinding for the data chart model PieChartModel.DataBind.  
Public MethodDataSourceTypeSets the data chart model PieChartModel.DataSourceType.  
Public MethodDataSourceUrlSets the data chart model PieChartModel.DataSourceUrl.  
Public MethodExplodedRadiusDetermines how much the exploded slice is offset from the center. Value between 0 and 1.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodExplodedSlicesOverloaded. Sets the data chart model PieChartModel.ExplodedSlices.  
Public MethodHeightSets the data chart model PieChartModel.Height.  
Public MethodHtmlAttributesSet HtmlAttributes to the HTML div element  
Public MethodIDSets the chart model ID.  
Public MethodInnerExtentSets the amount of space between the center and the start of the arc. This property should be set between 0 and 1. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodIsSurfaceInteractionDisabledSets whether all surface interactions with the plot area should be disabled. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLabelExtentSets the pixel amount by which the labels are offset from the edge of the slices. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLabelInnerColorOverloaded. Sets the color for labels rendered inside of the pie chart.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLabelMemberPathOverloaded. Sets the data chart model PieChartBaseModel.LabelMemberPath.  
Public MethodLabelOuterColorOverloaded. Sets the color for labels rendered outside of the pie chart.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLabelsPositionSets the position of chart labels.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLeaderLineMarginSets the margin between a label and the end of its leader line. The default is 6 pixels.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLeaderLineTypeSets what type of leader lines will be used for the outside end labels.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLeaderLineVisibilitySets whether the leader lines are visible.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLegendthe chart legend  
Public MethodLegendLabelMemberPathSets the property name that contains the legend labels.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodLocalSchemaTransformDataChartModel.LocalSchemaTransform  
Public MethodOthersCategoryTextSets the label of the Others slice.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodOthersCategoryThresholdSets the threshold value that determines if slices are grouped into the Others slice.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodOthersCategoryTypeSets whether to use numeric or percent-based threshold value.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodOutlinesOverloaded. the chart outlines  
Public MethodPixelScalingRatioSets the scaling value used to affect the pixel density of the control. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodRadiusFactorSets the scaling factor of the chart's radius. Value between 0 and 1.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodRenderRender the chart widget with the accumulated model changes in the wrapper.  
Public MethodResponseDataKeySets the data chart model PieChartModel.ResponseDataKey.  
Public MethodResponseDataTypeSets the data chart model PieChartModel.ResponseDataType.  
Public MethodSelectionModeSets which mode to use for selecting slices. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodShowTooltipSets the series model PieChartModel.ShowTooltip.  
Public MethodStartAngleSets the starting angle of the chart.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodSweepDirectionSets the rotational direction of the chart.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodTextStyleManually overrides the style to use for the labels. (Inherited from Infragistics.Web.Mvc.PieChartBase<T,PieChartModel,PieChart<T>>)
Public MethodTooltipTemplateSets the series model PieChartModel.TooltipTemplate.  
Public MethodValueMemberPathOverloaded. Sets the data chart model PieChartBaseModel.ValueMemberPath.  
Public MethodWidthSets the tree model PieChartModel.Width.  
See Also

View on GitHub